(do-auto-fill): `fill-indent-according-to-mode' is a variable, not a
authorMiles Bader <miles@gnu.org>
Tue, 10 Sep 2002 01:23:57 +0000 (01:23 +0000)
committerMiles Bader <miles@gnu.org>
Tue, 10 Sep 2002 01:23:57 +0000 (01:23 +0000)
function.

lisp/simple.el

index 6d1dbe1db7cc62949de9b071507caa8727e0af5a..99cf8d8af63f32269f4c97ac0b7ef2b692191e9c 100644 (file)
@@ -3084,7 +3084,7 @@ Setting this variable automatically makes it local to the current buffer.")
                (save-excursion (forward-paragraph 1) (point)))))
          (and prefix (not (equal prefix ""))
               ;; Use auto-indentation rather than a guessed empty prefix.
-              (not (and (fill-indent-according-to-mode)
+              (not (and fill-indent-according-to-mode
                         (string-match "\\`[ \t]*\\'" prefix)))
               (setq fill-prefix prefix))))